mysql greaterthan or equal to?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
pinehead18
Forum Contributor
Posts: 329
Joined: Thu Jul 31, 2003 9:20 pm

mysql greaterthan or equal to?

Post by pinehead18 »

$tsql = "SELECT tid,forum_id FROM topics WHERE author='$name' AND subject='$subject' AND
date => '$date'";

Is that how you say if the date is greater than or equal to?

It is not working
thank you
anthony
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

>=
Post Reply