Jump to content

[SOLVED] multiple delimiters to a WHERE clause


Lodius2000

Recommended Posts

what is the structure for using multiple delimiters in where clauses in mysql

i am thinking

SELECT url FROM table WHERE article_id = 2 AND WHERE unique_id = 38

 

or do i leave out the second where

SELECT url FROM table WHERE article_id = 2 AND unique_id = 38

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.