Protecting mySQL queries by algorithms needs knowledge about exploits. Thus I'm checking the query whether it contains *. How to avoid using * in mySQL queries by using alternative syntax?
Are there ways to show all database content without using SELECT * FROM
many thanks