Webastor - Programming Tips and Tricks
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Calendar
Login
Register
Webastor - Programming Tips and Tricks
»
Programming language
»
Sql
»
How do you search for a value in a database table when you don't have the exact value to search for?
« previous
next »
Print
Search
Pages: [
1
]
Go Down
Author
Topic: How do you search for a value in a database table when you don't have the exact value to search for? (Read 359 times)
Olly
1
Newbie
Posts: 0
Karma: +0/-0
How do you search for a value in a database table when you don't have the exact value to search for?
«
on:
October 05, 2016, 11:59:00 AM »
Hello everyone, I have a little strange question, how do you search for a value in a database table when you don’t have the exact value to search for? Thank you very much for answering me on this subject.
«
Last Edit: February 19, 2018, 08:13:25 PM by Sofyene
»
Logged
Patrick
1
Newbie
Posts: 0
Karma: +0/-0
Re: A database
«
Reply #1 on:
February 19, 2018, 08:20:30 PM »
Using SQL to search for specific data in all tables and all columns of a database is far from an optimal solution. There are various SQL scripts with different approaches that can be used to obtain this information, what they have in common is that they all use cursors and system objects.
Logged
Print
Search
Pages: [
1
]
Go Up
« previous
next »
Webastor - Programming Tips and Tricks
»
Programming language
»
Sql
»
How do you search for a value in a database table when you don't have the exact value to search for?
Sitemap
1
2
3
4
5
6
7
8
9