You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Class102310
what is the meaning of the * on (ex.Select * from pearson). does that
mean like an arrow or somethingg...
shorme
unread,
Dec 21, 2010, 11:37:20 PM12/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Class102310
ok i think i got it.. select * mean u select all of the items..and
ONLY select mean the particular thing u select from the item, like if
u choose last name..u write "select lastname from pearson" like that
rite..?
Jahid Hussain
unread,
Dec 22, 2010, 1:03:55 AM12/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to class...@googlegroups.com
You are right..... * means all the columns, but when you want to select few particular columns you specify the column names instead of "*".