Skip to content
Prev 258918 / 398502 Next

Regexp question

On Wed, May 04, 2011 at 10:41:36PM +0300, johannes rara wrote:
This doesn't use a regex, per se, but:
[1] "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), COUNT(salary), FROM Employees"
[1] "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), COUNT(salary) FROM Employees"
I'm not sure that's what you had in mind, though.

Peace,
david