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
#12
(Feb-13-2020, 09:43 PM)eddywinch82 Wrote: Thanks for that info Larz60+, I see you can't simply, have SQL code translated into Python Code, using SQLAlchemy ?

Code has to be executed, as part of querying a database etc. Because at the moment, I only want, direct translation of that SQL Code, to Python Code.

Eddie

It does not matter what language you pick, you will not be able to translate the artifact of SQL you posted into it because it’s copying data directly into a temp table on the server!

And executing this type of thing on a client could be problematic in any case if it’s a large data set since all you are doing is dragging data across the wire only to push it back over again.

If you tell us what you are trying to achieve, perhaps we can suggest a better way of achieving it.
There is no passion to be found playing small - in settling for a life that is less than the one you are capable of living.


Messages In This Thread
RE: Converting SQL Code To Python Code Query - by jim2007 - Feb-15-2020, 06:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Code Help - pip install PyMuPDF python-docx pillow Splishsplash92 3 379 Jun-05-2024, 06:49 AM
Last Post: Pedroski55
  python code to calculate mean of an array of numbers using numpy viren 3 281 May-29-2024, 04:49 PM
Last Post: Gribouillis
  Equivalent Python code from VBA Mishal0488 4 1,232 May-02-2024, 10:17 PM
Last Post: DeaD_EyE
  Problem Converting Tradingview Indicator to Python code kralxs 1 491 Apr-27-2024, 06:10 PM
Last Post: kralxs
  Why can I not see the code correctly in Python IDLE.? Trump 8 981 Apr-04-2024, 07:47 AM
Last Post: jonesphedra
Sad Selenium update broke python code genericusername12414 1 398 Mar-16-2024, 07:33 PM
Last Post: snippsat
  Algorithm for extracting comments from Python source code Pavel1982 6 873 Feb-28-2024, 09:52 PM
Last Post: Pavel1982
  Python best library for Excel reports & review of existing code MasterOfDestr 4 1,248 Feb-14-2024, 03:39 PM
Last Post: MasterOfDestr
Lightbulb python code debuging yunus 1 475 Feb-11-2024, 03:48 PM
Last Post: deanhystad
  Python code to set column width 1418 11 2,009 Jan-20-2024, 07:20 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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