DB Tips

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;