Giter Site home page Giter Site logo

commerce-example-sql's Introduction

Hello, I'm kakasoo.

Hits

  • Developer who knows the benefits of having the same language between backend and frontend ( TypeScript ) πŸ‘¨β€πŸ’»
    • deep understanding of type systems
  • Developer interested in business and organizational culture
  • With domain knowledge of commerce and marketing
  • Developer with my own philosophy, whether it's about code or not.

blog1 : https://kscodebase.tistory.com
blog2 : https://velog.io/@kakasoo
gmail : [email protected]
linkedIn : https://www.linkedin.com/in/%EA%B2%BD%EC%88%98-%EA%B0%95-2b8254211/

stats of public repo

kakasoo's GitHub stats

  • Include only public repository as statistics.

πŸ“š Experience

Type Date Contents Organization
πŸŒƒ Company 2024.06 ~ B.E. developer Wrtn
🏫 Education(Reviewer) 2023.09 ~ 2023.10 Boostcamp membership 8 reviewer NAVER CONNECT
πŸŒƒ Company 2023.07 ~ 2024.06 B.E. developer Imweb
🏫 Education(Reviewer) 2022.09 ~ 2022.10 Boostcamp membership 7 reviewer NAVER CONNECT
πŸŒƒ Company 2022.04 ~ 2023.05 B.E. developer B2B startup
πŸŒƒ Company 2021.10 ~ 2022.03 B.E. developer commerce startup
🏫 Education 2020.08 ~ 2020.12 Boostcamp membership 5 NAVER CONNECT
🏫 Education 2020.07 ~ 2020.08 Boostcamp challenge 5 NAVER CONNECT
🏫 Education 2016.03 ~ 2022.06 Department of computer engineering (double major) Gachon University
🏫 Education 2016.03 ~ 2022.06 Department of architect engineering Gachon University

commerce-example-sql's People

Contributors

kakasoo avatar

Watchers

 avatar

commerce-example-sql's Issues

10/18일자 - μ •ν•œμˆ˜

1

datetime = 8bytes의 λ¬Έμžμ—΄
timestamp = 4bytes의 μˆ«μžν˜• (+3 bytes의 μ΄ˆλ‹¨μœ„)
timestampλŠ” μ‹œμŠ€ν…œμ˜ ν‘œμ€€μ‹œκ°„λŒ€λ₯Ό ν† λŒ€λ‘œ utc둜 λ³€ν™˜ν•˜μ—¬ μ €μž₯ν•œλ‹€.

1-1

createdAt : μ–Έμ œ ν•΄λ‹Ή λ ˆμ½”λ“œκ°€ μƒμ„±λ˜μ—ˆλŠ”μ§€λ₯Ό μ˜λ―Έν•œλ‹€.
updatedAt : ν•΄λ‹Ή λ ˆμ½”λ“œκ°€ μ΅œκ·Όμ— μ–Έμ œ μˆ˜μ •λ˜μ—ˆλŠ”μ§€λ₯Ό μ˜λ―Έν•œλ‹€.
deletedAt : ν•΄λ‹Ή λ ˆμ½”λ“œκ°€ 논리 μ‚­μ œλ₯Ό λ‹Ήν•œ 일자λ₯Ό μ˜λ―Έν•œλ‹€. 물리적으둜 μ‚­μ œν•˜κΈ°μ—λŠ” μ‚¬μš©μžκ°€ μ‹€μˆ˜λ‘œ ν•΄λ‹Ή 데이터λ₯Ό μ§€μš°κ±°λ‚˜ ν•˜λŠ” λ“±μ˜ 이유둜 볡ꡬλ₯Ό μš”μ²­ν•˜λŠ” λ“±μ˜ μœ„ν—˜μ„±μ΄ 있기 λ•Œλ¬Έ.

2λ²ˆμ€ 써놓은 λŒ€λ‘œ

3-c

select avg(c.count) from (select count(*) as count from guest as g group
by g.user_id) as c;

3-d

select avg(c.count) from (select count(*) as count from guest as g group
by g.user_id having count(*) != 1) as c;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.