• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
raymartxx Avatar
Name:Unknown
Clan:Bulacan State University
Member Since:Oct 2016
Last Seen:Jul 2019
Profiles:
    Following:114
    Followers:114
    Allies:113
    View Profile Badges
    Ad
    Educator, struggling to assess your students?
    Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (48)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • dfhwze
      • commented on "1. Find all active students" kata
      • 2 years ago

      This is unfortunately not possible with the current version of SQL-LITE in CW. I updated the description since many users experience issues with boolean data type.

    • Custom User Avatar
      • dfhwze
      • resolved a suggestion on "1. Find all active students" kata
      • 2 years ago

      added more info, and link to specification data types

    • Custom User Avatar
      • dfhwze
      • resolved an issue on "1. Find all active students" kata
      • 2 years ago
    • Custom User Avatar
      • LosBlobbos
      • commented on "1. Find all active students" kata
      • 2 years ago

      Fork

      Added random test

    • Custom User Avatar
      • jpdeangel
      • commented on "SQL Basics: Simple WHERE and ORDER BY" sql solution
      • 2 years ago

      An anti-pattern can create an error later on or cause technical debt. Which is why one should only select the columns that they need in a query. Where I disagree with this statment of using SELECT * as an anti-pattern in this instence is that Kata asked to "select all" which is literally what SELECT * means.

    • Custom User Avatar
      • B10nicle
      • commented on "1. Find all active students" kata
      • 3 years ago

      https://stackoverflow.com/questions/3138029/is-there-a-boolean-data-type-in-microsoft-sql-server-like-there-is-in-mysql

    • Custom User Avatar
      • max.p
      • commented on "SQL Basics: Simple WHERE and ORDER BY" sql solution
      • 3 years ago

      We have to SELECT all the rows (*) From Table_name
      Put condition (WHERE....)
      For shorting We use 'ORDER BY' Clause
      For Descending order we have write 'DESC', By defaul it get in Ascending orer.

    • Custom User Avatar
      • Bobzee
      • commented on "SQL Basics: Simple WHERE and ORDER BY" sql solution
      • 3 years ago

      What is meant by this, "anti-pattern"?

    • Custom User Avatar
      • KB_
      • created a suggestion for "1. Find all active students" kata
      • 3 years ago

      The Note indeed does hint that the Values of the 'IsActive' is True / False, however Beginners such as myself have no way of knowing that we should use '1' instead of True when coding our solution. Please do clarify on that part! I believe it is valuable for Beginners to learn that True == 1, however without any hints to this I can see it being discouraging or potentially only further confusing people.

    • Custom User Avatar
      • peterkushnir
      • commented on "1. Find all active students" kata
      • 3 years ago

      Note: IsActive (true or false) is misleading! Shoud be: Note: IsActive (1 or 0)

    • Custom User Avatar
      • Cbet0mup
      • commented on "1. Find all active students" kata
      • 3 years ago

      Булево значение цифрами? Вы что там курите?

    • Custom User Avatar
      • ejini战神
      • created an issue for "1. Find all active students" kata
      • 3 years ago

      More tests should be added to invalidate these two solutions ! -> 1 and 2

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "1. Find all active students" kata
      • 3 years ago

      Kata hint != kata suggestion

    • Custom User Avatar
      • ejini战神
      • resolved a question on "1. Find all active students" kata
      • 4 years ago
    • Custom User Avatar
      • Siltti
      • created a suggestion for "1. Find all active students" kata
      • 4 years ago

      Note: IsActive (1 or 0)

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...