Re: [Tutor] FW: query

2015-06-23 Thread Alan Gauld
On 23/06/15 18:13, Gupta, Manaswini Kat wrote: I need to fetch the records of count(*)>3 can you please tell me the logic in python Sorry, but that's not very clear. What do you mean? It looks like a bit of SQL so, are you asking how to execute that SQL from within Python? If so on what data

Re: [Tutor] FW: query

2015-06-23 Thread Emile van Sebille
You're more likely to get an appropriate response if you review http://catb.org/~esr/faqs/smart-questions.html and then ask. Emile On 6/23/2015 10:13 AM, Gupta, Manaswini Kat wrote: From: Gupta, Manaswini Kat Sent: Tuesday, June 23, 2015 10:42 PM To: 'tutor-ow...@python.org' Subject: FW: qu

[Tutor] FW: query

2015-06-23 Thread Gupta, Manaswini Kat
From: Gupta, Manaswini Kat Sent: Tuesday, June 23, 2015 10:42 PM To: 'tutor-ow...@python.org' Subject: FW: query From: Gupta, Manaswini Kat Sent: Tuesday, June 23, 2015 10:40 PM To: 'tutor-ow...@python.org' Subject: query Hi, I need to fetch the records of count(*)>3 can you please tell me th