Revision history of "DB Tips"

From Kolmisoft Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:26, 12 November 2009Admin talk contribs 157 bytes +157 New page: = How to find user by device ID = Change X to know device ID: select users.* from users join devices on (users.id = devices.user_id) where devices.id = X;