Link to home
Start Free TrialLog in
Avatar of guadalupe
guadalupe

asked on

SQL/mSQL where (*) = something - Possible

My question is about SQL and mSQL.  I need to know if there is a SQL statement operator, suported by mSQL to define the "where" as a wild card. For Ex:

Select * From DB1
Where * Like S*

This would return all Fields of a row which contains any string starting with "S" no matter which field it is in...
Hence the Where *
Is this legal/Possible

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Victor Spiridonov
Victor Spiridonov
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial