What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » access query

access query
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: access query
I think you are getting parenthesis-happy there.  I see nothing that calls for use of all those parenthesis.

code:
SELECT Table.ID, Table.SNAME, Table.FNAME, Table.L1
FROM table
WHERE Table.L1 Like "text**"


...should be perfectly fine.  If you want to add another column to the condition, you could do something like:

code:
SELECT Table.ID, Table.SNAME, Table.FNAME, Table.L1
FROM table
WHERE Table.L1 Like "text**" AND Table.L2 <> 2
11-03-2008 07:05 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
access query - by Jarrod on 11-03-2008 at 06:16 AM
RE: access query - by Adeptus on 11-03-2008 at 06:47 AM
RE: access query - by Jarrod on 11-03-2008 at 06:56 AM
RE: access query - by Adeptus on 11-03-2008 at 07:05 AM
RE: access query - by Jarrod on 11-03-2008 at 07:14 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On