A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: SQL problem

  1. #1

    SQL problem

    hello, I'm using MySql. I have a table with a field named 'created' (datetime)

    for example a record : '2004-04-19 12:13:28'

    now i want all the records where the created-date will be in the month of april (and only in the month of april).

    Is this possible with sql?
    Life is an X-periment , so sit back and enjoy !!!

    God is real ... unless declared int.

    http://www.leihitu.nl

  2. #2
    Senior Bumbler
    Join Date
    Dec 2000
    Posts
    522
    Have you tried
    WHERE MONTH(created) = 4
    Easy Popup Windows 3.0 (For MX) Easy Popup Windows 2.5.2 (For Flash 5)

    Quit hassling with javascript popup windows. Basic, centered and fullscreen! Over 150,000 users.

  3. #3
    thanks ...

    that worked ....
    Life is an X-periment , so sit back and enjoy !!!

    God is real ... unless declared int.

    http://www.leihitu.nl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center