Skip to content

Merging and counting 2 tables in SQL

I’ve been trying forever to find a suitable answer so I would really appreciate some help. I have 2 tables that I want to merge… Table1 contains airport/station data: id | name | country —-…

How to query with a preference with LIKE?

I have this query, using Postgres: select * from jobs where short_name like ‘%GES.PAY%’ order by short_name; which returns this result : CRD.GES.PAY GES.PAY REL.GES.PAY But how to have ‘GES.PAY’ the …

How do I use FCM with codeigniter sql webpage?

I am trying to implement a notification features on my android apps using firebase FCM on a sql db. My question is, I have a web page for admin to input the data. Is it possible to have whenever the …