Jump to content

[SQL] Check if exists


steadyfi

Recommended Posts

qh = dbQuery(conn, 'SELECT * FROM table_name WHERE user_name = ?', user) 
local result = dbPoll( qh, -1 ) 
if type(result) == 'table' and #result > 0 then 
    print('This string already exists') 
end 

This will return all columns value from the row, replace * for a certain column.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...