SyntaxFix
Write A Post
Hire A Developer
Questions
If under "last record" you mean the record which has the latest timestamp value, then try this:
my_query = client.query(" SELECT TIMESTAMP, value, card FROM my_table ORDER BY TIMESTAMP DESC LIMIT 1 ");