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