Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if b != '':
- b = 'Surname = "{}"'.format(b)
- if c !='':
- c = 'Name = "{}"'.format(c)
- if b !='':
- c = ', ' + c
- if d !='':
- d = 'Otcestvo = "{}"'.format(d)
- if b !='' or c !='':
- d = ', ' + d
- q1 = "UPDATE athtor SET {1}{2}{3} WHERE id='{0}".format(a, b, c, d)
Advertisement
Add Comment
Please, Sign In to add comment