Jump to content

[SOLVED] + - MySQL Database Value!


pkirsch

Recommended Posts

You can do operations in MySQL.  Here is an example query:

 


SELECT column1 FROM table1 WHERE column2 <> 14 

SELECT column1 FROM table1 WHERE column2 > 14 

SELECT column1 FROM table1 WHERE column2 < 14 

SELECT column1 FROM table1 WHERE (column2 - 7) = 14 

SELECT column1 FROM table1 WHERE (column2 + 7) = 14 

 

Hope that helps any.

 

--FrosT

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.