Page 1 of 1

How can I decrypt this ?

Posted: Tue Jan 10, 2006 12:12 am
by dkshri_jain
I inserted a value in a username table which have only one field name.

insert into username values('sanath'); values is inserted

now how can i decrypt it.

Posted: Tue Jan 10, 2006 12:39 am
by feyd
there's nothing to decrypt. :?

Are you sure you don't mean query for it? SELECT syntax is what you should read about.