View Single Post
  #1 (permalink)  
Old 09-06-04, 04:20 AM
websmart's Avatar
websmart websmart is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 74
Thanks: 0
Thanked 0 Times in 0 Posts
Question is there command like SET FILTER TO

MySQL Query:My records will write UserId in all rows. When retrieving records
is there any command like (as in foxpro/dbase) 'SET FILTER TO
UserId=NNN' so that all commands will be executed only on records
having UserId set NNN only ? or will I have to write like 'Select * from
myTable where amount>5000 and UserId=NNN' in every type of query ?


Thanks for help
__________________
Vyapari Trade Secrets
http://www.vyapari.com/maillist/

Last edited by websmart; 09-06-04 at 04:21 AM. Reason: vb codes
Reply With Quote