Advertisement
Guest User

Untitled

a guest
Nov 14th, 2023
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. select
  2. count(*)
  3. from
  4. `user`
  5. where
  6. (
  7. (
  8. select
  9. exists (
  10. select
  11. *
  12. from
  13. `ticket` `_T_c1c694bd849d`
  14. where
  15. (
  16. `user` = `user`.`id`
  17. and (
  18. select
  19. exists (
  20. select
  21. *
  22. from
  23. `user` `_T_u_d09419503c1c`
  24. where
  25. (
  26. `id` = `_T_c1c694bd849d`.`user`
  27. and (
  28. select
  29. exists (
  30. select
  31. *
  32. from
  33. `country` `_T_u_c_a91b1c284cd4`
  34. where
  35. (
  36. `id` = `_T_u_d09419503c1c`.`country_id`
  37. and (
  38. select
  39. exists (
  40. select
  41. *
  42. from
  43. `user` `_T_u_c_U_06e2ba85c546`
  44. where
  45. (
  46. `country_id` = `_T_u_c_a91b1c284cd4`.`id`
  47. and (
  48. select
  49. exists (
  50. select
  51. *
  52. from
  53. `country` `_T_u_c_U_c_f53146a9f663`
  54. where
  55. (
  56. `id` = `_T_u_c_U_06e2ba85c546`.`country_id`
  57. and (
  58. select
  59. exists (
  60. select
  61. *
  62. from
  63. `user` `_T_u_c_U_c_U_0cfa13a09292`
  64. where
  65. (
  66. `country_id` = `_T_u_c_U_c_f53146a9f663`.`id`
  67. and `name` is not null
  68. )
  69. )
  70. ) = 1
  71. )
  72. )
  73. ) = 1
  74. )
  75. )
  76. ) = 1
  77. )
  78. )
  79. ) = 1
  80. )
  81. )
  82. ) = 1
  83. )
  84. )
  85. ) = 1
  86. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement