Querying in Database help?????? (1 Viewer)

th

No.1 Asset
Joined
Sep 21, 2004
Messages
304
Location
City
Gender
Male
HSC
2005
--------------------------------------------------------------------------------

how do u these in a query????


how do u find all people whose family name contains the letter "a"
 

fatmuscle

Active Member
Joined
Jul 6, 2002
Messages
3,707
Location
Hornsby
Gender
Male
HSC
2001
well, that would depend on your tables, fields, etc



after nearly failing my database s ubject, i don't even know why i'm attempting to help.


eg
SELECT 'first name', 'family name'
FROM 'whitepages'
WHERE 'family name' = *a*

hehhe, i have nfi about SQL
 

Korn

King of the Universe
Joined
Mar 8, 2004
Messages
3,406
Location
The Hills
Gender
Male
HSC
2004
Also depends on where ur using this queyy and the query language used, also wouldnt it depend on the Database software be used
 

fatmuscle

Active Member
Joined
Jul 6, 2002
Messages
3,707
Location
Hornsby
Gender
Male
HSC
2001
yeah, i've forgotten all that integrity stuff.
and the naming conventions.

glad i was close and not way off.
 

Pharaohsam

Member
Joined
Mar 31, 2005
Messages
198
Location
My Computer Desk
Gender
Male
HSC
2006
Uni Grad
2010
basically, in the field for name where it asks you for the criteria just write "*a*" that should do it
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top