SQL db connection made, won't return values. Please help :)

For exact match, need to convert Bubble’s type “text” to “varchar” …

select top 200 * from CRM where phone = CONVERT(VARCHAR,@phone) order by name

1 Like