Question
Cannot execute query on mysql ubuntu droplet.
Cannot execute query on mysql ubuntu droplet.
i tried to execute this query :
select a.NAMAMAHASISWA,a.TAHUNMASUK,a.CKODEPRODI,b.*
from tmstmahasiswa a, smktlogtramhsnilai b
where a.CNPM=b.CNPM
AND b.CTAHUNAKADEMIK=‘2014-2015’ AND b.CKODESEMESTER='1’
AND b.FVERIFIED='0’
order by b.C_NPM ASC
but it return nothing. the query not excecuted.
i tried to execute the same query on my xampp localhost on windows and it was executed successfully.
anyone facing the same problem before?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×