From: Mark <mar...@ya...> - 2011-08-25 02:36:06
|
Oleg Broytman <phd <at> phdru.name> writes: > It depends on what you really want. Functionally, your SQL and python > code do the same thing but in different ways. SQL code works on the > server side and doesn't update the client side; python code performs > concatenation on the client side and sends an UPDATE like that: Great thanks, it makes perfect sense. |