python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Declaring Variables, LIKE and booleans
Can "LIKE" and a boolean behave the same way in a variable (IN SQL)? Or is there a way to do this?
I'm trying to declare a variable and have that variable be brought into my WHERE and everyw...
supeercod
Votes: 0
Answers: 1
Performance tuning AWS Athena alternative query to using LIKE function
I'm querying 20GB of domain data with AWS Athena. I'm trying to get all IP values that match a domain. My query goes like this:
SELECT ip_value FROM domains
WHERE domain_name LIKE '%<some_domain>...
M. Phys
Votes: 0
Answers: 0
Selecting an unknown variable from a database using LIKE
I have created a search bar that searches for a specific key word in each paragraph on the page. Each paragraph has its own column in the table. When it searches the database I can't seem to select th...
Visbot-2187
Votes: 0
Answers: 1
sql query to search string has special characters using mysql
I would like to know how to write sql query for search string that has special characters
I have table dlist with columns postalcode, block and floor and
want to search like postalcode #block-floor pa...
sen
Votes: 0
Answers: 0