SQLite Forum

Help please importing data
Login
May I ask one subsidiary question please.  If i wanted to change the 4000 to a figure that I would obtain from the following how would I do it

SELECT
	MAX(Details)
FROM
	EventTable
WHERE
	EventType = 35




Again, thanks