I have a database that contains data and I want to display it, but I want this database have table rows which contains "0" and "#" and I want to display all the data but "0" and "#";
I'm asking if there is a function or class for that;
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
|||||||||||
|
I have a database that contains data
Most times they do ^^ – Bernhard Poiss 18 hours agoSELECT ... WHERE ...
query should probably do the trick. – Emil Lundberg 18 hours ago