Jump to content

Heist

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Heist's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yeah, the more I use it, the more limitations I find. Thanks for the help.
  2. Okay, here\'s what the query would look like in MSSQL: SELECT *, (SELECT id FROM table ORDER BY id DESC LIMIT 1) AS Last, (SELECT id FROM table ORDER BY id ASC LIMIT 1) AS First FROM table WHERE id = XXX This query doesn\'t work in SQL, does anyone knows why? Thanks.
×
×
  • 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.