| | |
Complex Database Searching...........
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Feb 2008
Posts: 20
Reputation:
Solved Threads: 4
Not enough info is given here... such as, db used, is this front-end, back-end, etc?
One way to do this is to simply use a SELECT statement.
The best bet is to have the statements automatically generated, having the <tables> and <fields> as variables.
One way to do this is to simply use a SELECT statement.
sql Syntax (Toggle Plain Text)
SELECT * FROM <table1> WHERE <field1> LIKE '%value%'
Last edited by peter_budo; Aug 6th, 2009 at 7:46 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Similar Threads
- Connection to sql database in c# (ASP.NET)
- challenging (C++)
- mySQL database searching for registration (MySQL)
- MySQL vs. PostgreSQL (MySQL)
Other Threads in the Database Design Forum
- Previous Thread: Question about how to design a parts location database
- Next Thread: advice on a database design please
| Thread Tools | Search this Thread |






