Python Forum
Converting SQL Code To Python Code Query
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting SQL Code To Python Code Query
#1
Hi there,

Is there any Python Utility available on the Internet, that can convert SQL Code, to Python Code ?

Here is the SQL Code, I would like converting to Python Code :-

SELECT * INTO #Temp4
FROM
(
SELECT
tt5.[Venue],
tt5.[BID],
MIN(tt1.[Date]) AS [Date],
tt5.[Display / Flypast],
SUM(tt1.[Duration]) AS [Duration (mins)],
(SELECT DISTINCT '; ' + t5.[Aircraft Combined]
	FROM #Temp5 t5
	WHERE tt5.[Venue] = t5.[Venue]
	AND tt5.[BID] = t5.[BID]
	AND tt5.[Display / Flypast] = t5.[Display / Flypast]
	FOR XML PATH ('')) [Aircraft Combined],
SUM(tt5.[Dakota and Fighters in Same Slot?]) AS [Dakota and Fighters in Same Slot?]
Any info and help would be appreciated

Regards

Eddie Winch


Messages In This Thread
Converting SQL Code To Python Code Query - by eddywinch82 - Feb-13-2020, 03:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mathematica code vs Python MiloChocolatito 1 927 May-28-2025, 06:27 PM
Last Post: Arush
  python code not running Azdaghost 1 428 Apr-22-2025, 08:44 PM
Last Post: deanhystad
  I am getting an IndentError on my python code in VS Code and i dont know why jcardenas1980 11 6,289 Mar-22-2025, 09:49 AM
Last Post: Pedroski55
  I trying to automate the Variable Logon button using the python code but I couldn't surendrasamudrala 0 378 Mar-07-2025, 05:02 AM
Last Post: surendrasamudrala
  How do i run python code? smattiko83 5 1,179 Mar-06-2025, 09:20 PM
Last Post: ArchieLinux
  I'm new to Python - can someone help with this code as it is not working? lminc123 1 672 Feb-13-2025, 06:13 PM
Last Post: lminc123
  I cannot create a virtual environment on visual studio code using python Willem_Aucamp316 2 4,618 Nov-27-2024, 02:20 PM
Last Post: menator01
  CLI to python code azxo1 11 2,583 Oct-21-2024, 08:32 AM
Last Post: azxo1
  PC why serial code = converting to ascii ? trix 11 2,961 Oct-12-2024, 11:10 PM
Last Post: deanhystad
  Algorithm for extracting comments from Python source code Pavel1982 7 3,274 Aug-28-2024, 02:50 AM
Last Post: timothyferriss

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020