knowram Posted May 16, 2007 Share Posted May 16, 2007 Is there a way to do something like this? select x from y where z "starts with" abc Thanks for the help Quote Link to comment Share on other sites More sharing options...
Barand Posted May 16, 2007 Share Posted May 16, 2007 select x from y where z LIKE 'abc%' Quote Link to comment Share on other sites More sharing options...
knowram Posted May 16, 2007 Author Share Posted May 16, 2007 Vary cool thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.