Posts by karuta • 26 points
2 posts
-
1
votes2
answers1593
viewsA: Checking empty column with CASE in Mysql
I did some tests, but use SQL SERVER... try to do so: SELECT (CASE WHEN nomeCli IS NULL THEN nomeFantasiaCli ELSE nomeCli END ) AS Nome FROM cliente ORDER BY Nome ASC…
-
0
votes4
answers594
viewsA: How to create a URL redirector?
The page code itself can help you solve the problem. There appear the JS for you to use as a basis for your application. here is the download URL: function download() { url = QueryString("url") //…