Skip to content

MySQL Query Text Across Multiple Tables

I have two MySQL Tables; City and Country, I want to allow a user to search across the two tables for something which matches in either, and I want a quality match/relevancy order from both tables. (…

Storing multi rows from php to sql

When i send post from php to save input values in seperate rows i’m ending with that in ma table always is stored extra blank rows. For example this is the form from which i send post to save values: …

Query Hierarchical Queries

I wanted to profile my data set to find the data discrepancies. My sample date set: id status stdate enddate 1 new 01-JUL-17 31-JUL-17 1 process 01-OCT-17 31-DEC-…